home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
butterfly.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
199 b
|
30 lines
Butterfly
{
{
mirrorx
x1=-1.5
x2= 0.8
y1=-1.1
y2= 1.1
bailout=2.0
}
{
c=pixel
z=pixel
}
{
z=z*z
f=z+z
f=f+z
z=f*c
z=f+z
z=z+c
w=abs(z)
}
{
w>bailout
}
{
}
}